home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Header.ascx52 < prev    next >
Text File  |  2007-01-06  |  1KB  |  28 lines

  1. <%@ Control Language="c#" Inherits="gbweb.Header" EnableViewState="False" CodeFile="Header.ascx.cs" %>
  2. <%@ Register TagPrefix="gbweb" Namespace="gbweb" %>
  3.  
  4. <table border="0" cellspacing="0" cellpadding="0" width="100%" class="pageheader">
  5.     <tr>
  6.         <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
  7.         <td width="99%">
  8.             <img src="public/t.gif" width="1" height="13" border="0"><br>
  9.             <table border="0" cellspacing="0" cellpadding="0" width="100%">
  10.                 <tr>
  11.                     <td width="99%">
  12.                         <img src="images/logo_gbpvr.gif" width="135" height="31" border="0" id="logo" runat="server"><!-- this is IE being silly
  13.                         --><div id="header" runat="server">
  14.                             <gbweb:RichTextBulletedList ID="headerList" DisplayMode="Text" runat="server" />
  15.                         </div>
  16.                     </td>
  17.                 </tr>
  18.             </table>
  19.         </td>
  20.         <td width="10"><img src="public/t.gif" width="10" height="71" border="0"></td>
  21.     </tr>
  22.     <tr>
  23.         <td colspan="3" class="tbline1"><img src="public/t.gif" width="1" height="3"></td>
  24.     </tr>
  25.     <tr>
  26.         <td colspan="3" class="tbline2"><img src="public/t.gif" width="1" height="1"></td>
  27.     </tr>
  28. </table>